Menu

Message Of The Day

Zathrus Writer

Message Of The Day

This is an event handling function that will allow you to greet your players in a personal way. New players can have different message displayed than returning players and you can also use colors in the text.

Additionally, you can use 2 special placeholder texts that will be replaced in your message:

  • {playername} -> gets replaced by name of the joining player
  • {newline} -> gets replaced by a new line

Configuration

There are 2 config options added to accommodate MOTD feature:

  • motd - Message Of The Day (MOTD) - displayed each time a player joins the server. This message will NOT be displayed to NEW players, i.e. those who's never been to your server before. See next config option for that. Default: "&aWelcome back, we were hoping to see you again!{newline}&eHave fun and if you need anything, just ask :)"
  • motdNewPlayer - Welcome message for all NEW players - i.e. playes who's never been on your server before. Default: "&aWelcome to this wonderful amazing server, &f{playername}!{newline}&ePlease don't grief, spam or curse otherwise feel like home :)"

How to remove this feature

Should there be a need to manually remove this feature from the JAR file, the following file must be removed: com/github/zathrus_writer/commandsex/handlers/Handler_motd.class


Related

Wiki: CommandsEX CraftBukkit plugin Wiki

Auth0 Logo